Skip to main content
POST
[Admin] Create a new user

Authorizations

Authorization
string
header
required

Partner API key (cativa_...) or a JWT, sent as: Authorization: Bearer .

Body

application/json
firstName
string | null
lastName
string | null
email
string | null
password
string | null
role
enum<integer>
Available options:
0,
1,
2,
3
phoneNumber
string | null

Response

200

OK